

@media screen and (max-width:1500px) {
	.w-1200{
		width: 1200px!important;
	}
	.select_item_box{
	    width: 90%!important;
	}
	
	.jigou-list li{
		width: 200px!important;
		height: 98px!important;
		
		
	}
	
	.jigou-list li a .jigou-img{
		
		height: 98px!important;
		
	}
    .jigou-left{
		height: 490px!important;
	}
	
	
	.personlist-lingdao_name li{
        line-height: 50px;
        width: 87px!important;
        float: left;
        text-align: center;
        /*font-family: SimSun;*/
    }
	
	.jigou-right{
	
		height: 490px!important;
		
	}
	.xinxiang{
		/*width: 210px!important;*/
	}
	.jigou-list-right li{
		width: 205px!important;
		height: 98px!important;
		
	}.jigou-list-right-new li{
		width: 205px!important;
	}
	
	.jigou-list-right li a .jigou-img{

		height: 98!important;

	}
	.footer-right{
		width: 838px!important;
	}
	.footer-left{
		width: calc(1400px - 780px)!important;
	}
	.footer-left .logo-footer{
		    width: 320px!important;
		    height: 75px !important;
		    margin-bottom: 20px!important;
	}
		
	.erweima-box .erweima-item{
		width: 110px!important;
		height: 110px!important;
	}
	.footer-info{
		margin-top: 80px!important;
	}
	 .personlist-lingdao li{
       
         width: 185px!important;
         /*height: 241px!important;*/
         height: 290px!important;
         box-shadow: 1px 2px 16px 0px rgba(76,91,94,0.1)
        
     }
	 .personlist-lingdao li:nth-of-type(4n+1),.personlist-lingdao li:nth-of-type(4n+2),.personlist-lingdao li:nth-of-type(4n+3){
		 margin-right: 44px!important;
	 }
      .personlist-lingdao li .person-box{
           padding: 10px!important;
      }
     
     .personlist-lingdao li .person-box img{
        
         width: 100%;
         height: 200px!important;
         
         
      }
	  .redian-box .redian-main ul li a .redian-item-box{
	  
	  	width: 370px!important;
	  	
	  }
}
.personlist-lingdao_name{
    overflow: hidden;
}
.personlist-lingdao_name li{
    line-height: 50px;
    width: 89px;
    float: left;
}
.personlist-lingdao_name li:hover p{
    color: #043491!important;
    text-decoration: underline;
}
.personlist-lingdao_name li p{
    color: #333333;
}
.date-month-list{
        /*height: 400px;*/
}
.date-month-list li a .month{
        color: #999999;
}
.w-1200{
	width: 1200px;
	margin: auto;
}
 .personlist-lingdao::after{
        content:'';
        display: block;
        clear: both;
        
    }
     .personlist-lingdao li{
         float: left;
         width: 218px;
         margin-top: 20px;
         margin-right: 66px;
         height: 335px;
         box-shadow: 1px 2px 16px 0px rgba(76,91,94,0.1)
         
     }
      .personlist-lingdao li .person-box .name{
          margin-top:10px ;
          display: block;
          text-align: center;
           font-size: 18px;
           color: #385eb4;
           font-weight: bold;
      }
       .personlist-lingdao li .person-box .sub_title{
           font-size: 16px;
           text-align: center;
           margin-top: 10px;
       }
      .personlist-lingdao li:nth-of-type(4n){
          margin-right: 0px ;
      }
     .personlist-lingdao li .person-box{
         width: 100%;
         height: 100%;
         padding:15px;
         background: #fff;
         border-radius: 6px;
     }
     .personlist-lingdao li .person-box img{
        
         width: 100%;
         height: 240px;
         
         
      }
      .personlist-lingdao li a .person-box p{
         text-align: center;
        font-size: 16px;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
          line-height: 30px;
          
       }
       
*{
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
a{
	text-decoration: none;
}
ul li{
	list-style: none;
}
body{
	background: url('/skin/group_kxy_site/cms/image/back1.png') no-repeat top;
	background-size: 100%;
}
.rencai-a-type-active{
    color: #164DB6!important;
}
.row-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}
.row-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.only-one{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.only-two{
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.only-three{
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 line-clamp: 3;
	 -webkit-box-orient: vertical;
}
.fangda{
	transform: scale(1);
	transition: all 1s; 
}
.fangda:hover{
	transform: scale(1.1);
	transition: all 1s; 
}
.header-div{
	height: 200px;
	
}
.header-div .logo{
	width: 527px;
}
.header-div .email{
    justify-content: flex-end;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #043491;
}
.header-div .email img{
	width: 27px;
}
.dian_list li{
    padding-left: 20px;
    position: relative;
}
.dian_list li::before{
        position: absolute;
    left: 2px;
    top: 6px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #74B2FF;
    transform: rotate(90deg);
}
/*导航*/
.navWrap{ height: 60px;background: #3966BE;background-size: 100%;}
.nav{height:60px; line-height:60px; position:relative; z-index:1; width: 100%; }
.nav a{ color:#333333; font-size: 20px;}
.nav .nLi{ 
	float:left; width: 9.09%; text-align: center; position:relative; display:inline;  
	background: url('./image/nav-icon.png') no-repeat right;
	background-size: 6px 12px;
}
.nav .nLi:last-of-type{
	background: none;
}
.nav .nLi h3{ float:left; width: 100%; margin: 0;}
/*.nav .nLi h3:hover{border-bottom: 4px solid#be1d2c;}*/
.nav .nLi h3 a{ display:block; font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF; 
}
.nav .nLi h3 a:hover{color: #FFFFFF; background: #043491;}
.nav .sub{ display:none; width:100%; left:0; top:60px; position:absolute; background:#f6f6f6; padding:5px 0 15px;}
.nav .sub li{ zoom:1; padding: 0 12px;}
.nav .sub a{ text-align:center;display:block; border-bottom: 1px solid #668fb9; font-size: 14px;color: #333333; line-height: 38px;z-index:800;}
.nav .on h3 a{color:#f6f6f6;}
.search-box{
    margin-top: 30px;
	background: #3960bf8a;
	width: 250px;
    border-radius: 6px;
    overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
.search-box input{
	padding-left: 10px;
	height: 35px;
	width: calc(100% - 30px);
	background: transparent;
	outline: none;
	border: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.search-box input::placeholder{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.search-box button{
	border: none;
	outline: none;
	width: 30px;
	height: 30px;
	background: url('./image/search.png') no-repeat center;
	background-size: 23px 23px;
	
}
.index_title{
	height: 70px;
	margin: 10px 0px;
}
.yuan_title{
	margin: 8px 0px 20px  !important;
	height: 48px!important;
	border-bottom: 1px solid #cccccc;
}
.index_title a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #397CCF;
}
.index_title .index_title_item{
	cursor: pointer;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-right: 10px;
	min-width: 115px;
	height: 70px;
	line-height:70px;
	text-align: center;
}
.index_title .index_title_active{
	font-size: 26px!important;
	position: relative;
}
.index_title .index_title_active span{
	display: block;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}


.index_title .index_title_active::after{
	position: absolute;
	left: 0px;
	bottom: 12px;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #74B2FF;
}
.banner{
    position: relative;
	width: 55.8%;
}
.banner ul li{
    position: relative;
}
.banner ul li img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.banner .banner-info{
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    padding: 0px 20px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 30px;
}
.banner .banner-info p{
    font-size: 14px;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.banner .banner-info span{
  font-size: 12px;
    color: #fff;
}
.newslist{
	width: 42%;
}
.mtjd{
	width: 100%!important;
	height: 280px!important;
}
.mtjd li{
	padding-left: 22px;
	position: relative;
	margin-bottom: 20px!important;
}
.mtjd li::before{
	position: absolute;
	left: 2px;
	top: 6px;
	content: '';

	display: block;
	width: 8px;
	height: 8px;
	
	
	  width: 0;
	  height: 0;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-bottom: 10px solid #74B2FF;
	  transform: rotate(90deg);
	
	
}
.newslist li a .date-box{
	width: 53px;
	height: 50px;
	background: #397CCF;
}
.newslist li {
	margin-bottom: 20px;
}
.newslist li:last-of-type{
	margin-bottom: 0px;
}
.newslist li a .date-box .month{
	line-height:25px ;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.newslist li a .date-box .year{
	line-height:25px ;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.newslist li a p{
	width: calc(100% - 120px);
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.newslist li a p:hover{
	color: #397CCF!important;
}
.redian-box{
	background: #fff;
	margin: 30px auto 0px;
	height: 150px;
	
	
}
.redian-box .red_title{
	width: 112px;
	height: 100%;
}
.redian-box .red_title img{
	width: 112px;
	height: 100%;
}
.redian-box .redian-main{
	position: relative;
	
	/* width: calc(100% - 112px); */
	width: 100% ;
	height: 150px;
	overflow: hidden;
	padding: 15px 45px 15px 45px;
	
}
.redian-box .redian-main .right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 150px;
}
.redian-box .redian-main .left{
	position: absolute;
	top: 0px;
	left:0px;
	width: 30px;
	height: 150px;
}

#gongshi{
	position: relative;
}
#gongshi::after{
	content: "";
	display: block;
	height: 366px;
	border-right: 1px dashed #B5BBC2;
	position: absolute;
	top: 0px;
	right: -4.2%;
}
.redian-box .redian-main ul{
	overflow: hidden;
	width: 100%;
}
.redian-box .redian-main ul li {
	float: left;
	
	
}
.redian-box .redian-main ul li a .redian-item-box{
	position: relative;
	width: 375px;
	padding: 0px 8px;
	height: 120px;
}
.redian-box .redian-main ul li a .redian-item-box .redian-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.redian-box .redian-main ul li a .redian-item-box .redian-img img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	
}
.rencai-kexue-box{
    width: 100%;
    padding-top:30px ;
    margin-bottom: 30px;
    align-items: flex-start;
}
.rencai-kexue-container{
       
		display: grid;
	    grid-template-columns: 32% 32% 32%;
	    grid-column-gap: 2%;
	    align-items: center;
		box-sizing: border-box;
		padding: 0px 15px;
		background: #fff;
		border-top: none;
		padding-bottom: 10px;
	}

	.rencai-kexue-container .rencai-item-type{
		height: 50px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	
		
	}
	
	/* .rencai-kexue-container .rencai-item-type:nth-of-type(3n){
		width:20%;
	} */

	.rencai-kexue-container .rencai-item-type span{
		display: block;
		width: 6px;
		height: 6px;
		background: #FF903F;
		margin-right: 10px;
		border-radius: 50%;
		
	}
	.rencai-kexue-container .rencai-item-type a{
		font-size: 17px;
		
	
		color: #333333;
	}
	@media (max-width: 1500px) {
      .rencai-kexue-container .rencai-item-type a{
        font-size: 15px;
      }
    }
/*.redian-box .redian-main ul li a .redian-item-box .redian-middle:hover{*/
/*	color: #043491!important;*/
/*	transform: translateY(-10px);*/
	
/*	transition: all 1s; */
/*}*/
.none{
	display: none;
}
.new-dable{
	overflow: hidden;
	width: 100%!important;
}
/* .new-dable li{
	width: 48.5%!important; 
	float: left;
	
} */
.new-dable li:nth-of-type(odd){
	margin-right: 1%;
}
.box-div{
	width: 48%;
	height: 366px;
}
.jigou-left-new{
	width: 50%;
}
.jigou-left-new:nth-of-type(1){
	border-right: 1px dashed #B5BBC2;
	padding-right: 30px;
}
.jigou-left-new:nth-of-type(2){
	padding-left: 30px;
}
.kyjg_new{
	overflow: hidden;
}
.kyjg_new li{
	float: left;
	width: 48%;
	height: 54px;
	background: #F0F5FC;
	border: 1px solid #6DA4E8;
	margin-bottom: 20px;
	border-radius: 27px;
	
}
.kyjg_new li:nth-of-type(odd){
	margin-right: 4%;
}
.kyjg_new li:hover{
	float: left;
	width: 48%;
	height: 54px;
	background: #397CCF!important;
	
	
}
.kyjg_new li a{
	position: relative;
	display: block;
	line-height: 54px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	/* padding-left: 42px; */
	
	font-weight: 400;
	color: #333333;
	/* background: url('./image/sanlan.png') no-repeat ; */
	background-position: 19px 21px;
	background-size: 11px 9px;
}


.kyjg_new li:hover a{
	
	color: #FFFFFF!important;
	/* background: url('./image/sanbai.png') no-repeat!important; */
	background-position: 19px 21px!important;
	background-size: 11px 9px!important;
}

.zyfw_news{
	overflow: hidden;
}
.zyfw_news li{
	float: left;
	
	
	margin-bottom: 26px;

}

.zyfw_news li:nth-of-type(odd){
	margin-right: 4%;
	width: 54%;
	
	

}
.zyfw_news li:nth-of-type(even){

	width: 42%;
	
	

}
.zyfw_news li a{
	font-size: 16px;
	

	font-weight: 400;
	color: #333333;
	
	
}
.zyfw_news li a img{
	width:48px;
	height: 48px;
	object-fit: contain;
	margin-right: 8px;
}



.zyfw_new{
	overflow: hidden;
}
.zyfw_new li{
	float: left;
	width: 48%;
	height: 54px;
	background: #F0F5FC;
	border: 1px solid #6DA4E8;
	border-radius: 27px;
	margin-bottom: 20px;

}

.zyfw_new li:hover{
	background: #397CCF!important;
	
}
.zyfw_new li:hover a{
	color: #fff!important;
	
}
.zyfw_new li a{
	font-size: 16px;
	display: block;
	line-height: 54px;
	font-family: SimSun;
	font-weight: 400;
	color: #333333;
	text-align: center;
	
}
.jigou-list-left{
	width: 100%;
	
}
.jigou-list-left li a>div img{
	width: 50px;
	height: 50px;
	margin-right: 20px;
	
}
.jigou-list-left li{
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
}
.jigou-list-left li a>div .jigou-name{
	font-size: 16px;
	color: #333333;
	
}
.jigou-list-right-new{
	overflow: hidden;
}
.jigou-list-right-new li{
	width: 240px;
	height: 60px;
	float: left;
	border-radius: 30px;
	border: 1px solid #cccccc;
	margin-bottom: 35px;
	margin-right: 23px;
}
.jigou-list-right-new li a p{
	text-align: center;
	
}
.jigou-list-right-new li a .qingbao{
	text-align: center;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	
}
.jigou-list-right-new li:nth-of-type(3n){
	margin-right: 0px;
}
.jigou-list-right-new li a {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-weight: bold;
	
	width: 100%;
	height: 100px;
	
}
.left-nav-item-active .open-icon{
    border-bottom: 6px solid #fff!important;
}
.jian_icon{
    width:15px!important;
    margin-top:2px;
    margin-left: 5px;
    height: 15px!important;
}
.open-icon{
        position: absolute;
    right: 34px;
    top: 35px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #666666;
    transform: rotate(90deg);
    
}
	.left-nav{
		float: left;
		width: 296px;
		border: 1px solid #CCCCCC;
		border-top: none;
		background: #ffffff;
		margin-right: 30px;
	}
	.left-nav-title{
		height: 66px;
		background: #F0F4FF;
		padding: 0px 28px;
		font-size: 24px;
	
		font-weight: 400;
		color: #164DB6;
		border-top: 2px solid #164DB6;
	}
	.left-nav-title img{
		width: 12px;
		height: 18px;
		margin-right: 10px;
	}
	
	.left-nav-list .left-nav-item{
	    position: relative;
		cursor: pointer;
		height: 73px;
		font-size: 20px;
	
		font-weight: 400;
		color: #333333;
		padding: 0px 28px;
	}
	.left-nav-list li:nth-of-type(1) .left-nav-item-name{
		border-top: none;
	}
	.left-nav-item-name{
		display: block;
		/*height: 100%;*/
		/*width: calc(100% - 15px);*/
		/*line-height: 73px;*/
		
		/*border-top: 1px dashed #CCCCCC;*/
	}
	.small_font_nav{
	    font-size: 16px;
	    line-height: 25px;
	    
	}
	.left-nav-list li:nth-of-type(1) .left-nav-item-name{
		border-top: none;
	}
	.left-nav-list .left-nav-item img{
		width: 11px;
		height: 11px;
		margin-right: 5px;
	}

	.left-nav-item-active{
		font-weight: bold;
		
		background: #3966BE;
	}
	.left-nav-item-active .left-nav-item-name{
	    color: #ffffff!important;
	}
	
	.son-nav-list{
		height: 0px;
		transition: height 1s;
		overflow: hidden;
		background: #F0F4FF;
	}
	.son-nav-list-active{
		height: auto!important;
		transition: all 1s;
	}
	.son-nav-list li{
		cursor: pointer;
	    display: flex;
	    align-items: center;
		min-height: 50px;
		
	}
	.nextpage_ul{
	    margin-top:30px ;
	    /*display: flex;*/
	    /*justify-content: space-between;*/
	}
	.nextpage_ul li{
	    height: 40px;
	    /*width: 48%;*/
	    /*overflow: hidden;*/
	    /*white-space: nowrap;*/
	}
	.nextpage_ul li a{
	    color: #333333;
	}
	.nextpage_ul li a:hover{
	    color: #164DB6!important;
	}
	.son-nav-list a{
		display: block;
		line-height: 20px;
        padding-left: 10px;
        font-size: 14px;
		color: #333333;
		font-weight: 400;
	} 
	.son-nav-list .son-active{
		background: #F0F4FF;
		color: #164DB6!important;
	} 
.serverslist{
	width: 73%;
}

.serverslist li .servers-item .servers-icon{
	width: 100px;
	height: 100px;
	margin: auto;
	border-radius: 50%;
	background: #85B4F7 ;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 1s; 
}
.serverslist li .servers-item .servers-icon img{
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.serverslist li:hover .servers-item .servers-icon{
	
	background: #024da1;
	transition: all 1s; 
}

.serverslist li .servers-item .servers-name{
	color: #333333;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.longyuan-title {
	margin-top: 20px;
}
.longyuan-title li{
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.longyuan-title li a{
	font-size: 20px;
	font-weight: bold;
	color: #333;
} 
.longyuan-title-active {
	background: #5b9bd1;
}
.longyuan-title-active a{
	color: #ffffff!important;
}
.jigou-left{
	width: 40%;
	height: 500px;
	padding-right: 50px;
	border-right: 1px dashed #B5BBC2;
}
.jigou-title{
	font-size: 26px;

	font-weight: bold;
	color: #333333;
	margin-bottom: 17px;
	text-align: center;
	height: 52px;
	width: 115px;
	position: relative;
}
.jigou-title::after{
	position: absolute;
	left: 0px;
	bottom: 12px;
	display: block;
	content: '';
	width: 115px;
	height: 2px;
	background: #74B2FF;
}
.jigou-container{
	margin-top: 10px;
	background: url('./image/back2.png') no-repeat bottom;
	background-size: 100% 100%;
	padding-bottom: 60px;
	/* padding-top: 40px; */
	padding-top: 0px;
}
.jigou-list{
	overflow: hidden;
}
.jigou-list li{
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 60px;
	
}
.jigou-list li:nth-of-type(odd){
	margin-right: 28px;
}
.jigou-list li a .jigou-img{
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 6px;
}
.jigou-list li a .jigou-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.jigou-right{
	width: 60%;
	height: 500px;
	padding-left: 50px;
}
.jigou-list-right{
	overflow: hidden;
}
.jigou-list-right li{
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 24px;
	margin-right: 23px;
}
.jigou-list-right li:nth-of-type(3n){
	margin-right: 0px;
}
.jigou-list-right li a .jigou-img{
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-radius: 6px;
}
.jigou-list-right li a .jigou-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer-box{
	background: url('./image/footer0back.png')no-repeat;
	background-size: cover;
	padding: 60px 0px;
}
.footer-left{
	width: calc(1400px - 911px);
	
}
.footer-left .logo-footer{
	width: 351px;
	height: 83px;
	margin-bottom: 20px;
	
}
.footer-left .logo-footer img{
	width: 100%;
	height: 100%;
}
.xinxiangs-box{
    width: 291px;
    background: #fff;
    border: 2px solid #85B4F7;
    padding: 0px 20px;
    border-radius: 6px;
    box-shadow: 1px 2px 16px 0px rgba(76,91,94,0.1);
}
.xinxiangs-box .xinxiangs-item{
    padding: 20px 0px;
}
.xinxiangs-box .xinxiangs-item:nth-of-type(1){
    border-bottom: 1px solid #cccccc;
}
.xinxiangs-box .xinxiangs-item .icons{
    width: 40px;
    height: 40px;
    margin-right:10px ;
}
.xinxiangs-box .xinxiangs-item:nth-of-type(2):hover span{
    color: #3966BE!important;
}
.xinxiangs-box .xinxiangs-item span{
    color: #333333;
    display: block;
    width: calc(100% - 50px);
}
 .xinxiang .xin-name{
	font-size: 14px;
	background: #FFFFFF;
	color: #333;
	padding: 10px;
	border-radius: 12px ;
	border: 2px solid #85B4F7;
}
 .xinxiang .xin-val{
	font-size: 14px;
	background: #FFFFFF;
	color: #333;
	padding: 10px;
	display: inline-block;
	border-radius: 12px ;
	border: 2px solid #85B4F7;
	margin-top:15px;
}
.xinxiang .xin-name:hover{
    background:#F0F5FC;
 }
 .xinxiang .xin-val:hover{
    background:#F0F5FC;
 }

.xinxiang{
	width: 233px;
	overflow: hidden;
	
}
/* .xinxiang .xin-name{
	
	height:56px;
	font-size: 16px;
	font-size: 23px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background: #85B4F7;
}
 .xinxiang .xin-name img{
	 width: 29px;
	 height: 22px;
	 margin-right: 5px;
 }
 .xinxiang .xin-val{
	
	height:80px;
	line-height: 80px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #397CCF;
	text-align: center;
} */



.erweima-box .erweima-item{
	width: 125px;
	height: 125px;
	margin-right: 10px;
}
.erweima-box .erweima-item img{
	width: 100%;
	height: 100%;
}
.footer-right{
	width: 911px;
}
.footer-nav{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #BFD6FF;
	position: relative;
	
}
.juxing{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	content: '';
	width: 113px;
	height: 6px;
	background: #BFD6FF;
}
.footer-nav a{
	margin: 0px 16px;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-nav2{
	margin-top: 15px;
	flex-wrap: wrap;
	height: 100px;
	align-items: normal;
}
.footer-nav2 a{
	margin:0px 30px 0px 0px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	opacity: 0.5;
}
.footer-info{
	margin-top: 106px;
	overflow: hidden;
	width: 80%;
}
.footer-info li{
	line-height: 30px;
	width: 50%;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	float: left;
}
.footer-right{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	line-height: 25px;
}
.footer-right p a{
	margin-left: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	line-height: 25px;
}
.footer-right p a img{
	width: 18px;
	height: 20px;
}


.detail_btn_box{
    margin-top: 70px;
}
.detail_btn_box a img{
    width: 90px;
    height: 26px;
}
.detail_btn_box a{
    margin: 0px 10px;
}